Int64NINumericInt64NLogicalOr Method
Computes the bitwise logical OR of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int64N INumeric<Int64N>.LogicalOr(
Int64N value
)
Private Function LogicalOr (
value As Int64N
) As Int64N Implements INumeric(Of Int64N).LogicalOr
private:
virtual Int64N LogicalOr(
Int64N value
) sealed = INumeric<Int64N>::LogicalOr
private abstract LogicalOr :
value : Int64N -> Int64N
private override LogicalOr :
value : Int64N -> Int64N
- value Int64N
- The value with which to compute the logical bitwise OR.
Int64NThe bitwise logical OR of the current value and
value.
INumericTSelfLogicalOr(TSelf)